-
Notifications
You must be signed in to change notification settings - Fork 20
Make https binding mandatory for network-based did resolvers #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
How is this related to #192, can that PR also be closed? |
| <<<<<<< HEAD | ||
| structure such as a map or list MUST be one of these data types as well. | ||
| ======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooops, not sure how this got in. But quite possibly my fault
| All <a href="#dfn-conforming-network-based-did-resolver">conforming DID resolvers</a> MUST implement the GET version of the | ||
| <a href="#bindings-https">HTTPS binding</a> and MAY implement the POST version. | ||
| All <a href="#bindings-https">HTTPS bindings</a> MUST use TLS. Use of DNS names | ||
| in certificates is NOT REQUIRED; resolvers MAY use TLS certificates issued for IP addresses. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| All <a href="#dfn-conforming-network-based-did-resolver">conforming DID resolvers</a> MUST implement the GET version of the | |
| <a href="#bindings-https">HTTPS binding</a> and MAY implement the POST version. | |
| All <a href="#bindings-https">HTTPS bindings</a> MUST use TLS. Use of DNS names | |
| in certificates is NOT REQUIRED; resolvers MAY use TLS certificates issued for IP addresses. | |
| All <a href="#dfn-conforming-network-based-did-resolver">conforming network-based DID resolvers</a> MUST implement the GET version of the | |
| <a href="#bindings-https">HTTPS binding</a> and MAY implement the POST version. |
| <<<<<<< HEAD | ||
| structure such as a map or list MUST be one of these data types as well. | ||
| ======= | ||
| structure such as a map or list MUST also be one of these data types. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This concern is also seen in a very similar issue/PR. MUST also be one of these data types says to me that the values within any complex data structure such as a map or list MUST also be a complex data structure such as a map or list or similar, rather than permitting the simple data structures previously listed. I suggest just repeating the list, for clarity, even though it lengthens the paragraph.
This PR addresses #93
I had to abandon the previous PR #182 because it was too out of synch with the main branch.
Preview | Diff